[INFO] cloning repository https://github.com/kantord/cruxlines
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kantord/cruxlines" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkantord%2Fcruxlines", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkantord%2Fcruxlines'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c88b6555a140133fdfd1b455486665a8563be9ff
[INFO] testing kantord/cruxlines against try#b8e88e5ddf5521a9f43ee3f62a702388c713e4bb for pr-155114
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkantord%2Fcruxlines" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kantord/cruxlines
[INFO] finished tweaking git repo https://github.com/kantord/cruxlines
[INFO] tweaked toml for git repo https://github.com/kantord/cruxlines written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kantord/cruxlines on toolchain b8e88e5ddf5521a9f43ee3f62a702388c713e4bb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kantord/cruxlines already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 40f736789ab9ee6d7254032c1ef4848e7529dab334cd26d14c7e851027ba2a08
[INFO] running `Command { std: "docker" "start" "-a" "40f736789ab9ee6d7254032c1ef4848e7529dab334cd26d14c7e851027ba2a08", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "40f736789ab9ee6d7254032c1ef4848e7529dab334cd26d14c7e851027ba2a08", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "40f736789ab9ee6d7254032c1ef4848e7529dab334cd26d14c7e851027ba2a08", kill_on_drop: false }`
[INFO] [stdout] 40f736789ab9ee6d7254032c1ef4848e7529dab334cd26d14c7e851027ba2a08
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 383373237ef1e1c0e6f73701cbb126bc96f436fd48c41f1a8db05c97b28864e5
[INFO] running `Command { std: "docker" "start" "-a" "383373237ef1e1c0e6f73701cbb126bc96f436fd48c41f1a8db05c97b28864e5", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling find-msvc-tools v0.1.6
[INFO] [stderr]    Compiling tree-sitter-language v0.1.6
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling serde_json v1.0.147
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling instant v0.1.13
[INFO] [stderr]    Compiling zmij v0.1.9
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling itoa v1.0.16
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling clap_builder v4.5.54
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling virtue v0.0.18
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling unty v0.0.4
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling streaming-iterator v0.1.9
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling indexmap v2.12.1
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling cc v1.2.51
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling directories v6.0.0
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling bincode_derive v2.0.1
[INFO] [stderr]    Compiling sled v0.34.7
[INFO] [stderr]    Compiling lasso v0.7.3
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling libz-sys v1.1.23
[INFO] [stderr]    Compiling libgit2-sys v0.18.3+1.9.2
[INFO] [stderr]    Compiling tree-sitter-go v0.25.0
[INFO] [stderr]    Compiling tree-sitter-typescript v0.23.2
[INFO] [stderr]    Compiling tree-sitter-php v0.24.2
[INFO] [stderr]    Compiling tree-sitter-c-sharp v0.23.1
[INFO] [stderr]    Compiling tree-sitter-kotlin-ng v1.1.0
[INFO] [stderr]    Compiling tree-sitter-rust v0.24.0
[INFO] [stderr]    Compiling tree-sitter-javascript v0.25.0
[INFO] [stderr]    Compiling tree-sitter-java v0.23.5
[INFO] [stderr]    Compiling tree-sitter-cpp v0.23.4
[INFO] [stderr]    Compiling tree-sitter-python v0.25.0
[INFO] [stderr]    Compiling tree-sitter-c v0.23.4
[INFO] [stderr]    Compiling tree-sitter v0.25.10
[INFO] [stderr]    Compiling petgraph v0.8.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling clap v4.5.54
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling bincode v2.0.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling git2 v0.20.3
[INFO] [stderr]    Compiling frecenfile v0.4.1
[INFO] [stderr]    Compiling cruxlines v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.28s
[INFO] running `Command { std: "docker" "inspect" "383373237ef1e1c0e6f73701cbb126bc96f436fd48c41f1a8db05c97b28864e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "383373237ef1e1c0e6f73701cbb126bc96f436fd48c41f1a8db05c97b28864e5", kill_on_drop: false }`
[INFO] [stdout] 383373237ef1e1c0e6f73701cbb126bc96f436fd48c41f1a8db05c97b28864e5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1e9913d24fbadbec3c72d4803ecf9775de0dc156134cb7d430b9d614d5214219
[INFO] running `Command { std: "docker" "start" "-a" "1e9913d24fbadbec3c72d4803ecf9775de0dc156134cb7d430b9d614d5214219", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling assert_cmd v2.1.2
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling tree-sitter v0.25.10
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling cruxlines v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 14.10s
[INFO] running `Command { std: "docker" "inspect" "1e9913d24fbadbec3c72d4803ecf9775de0dc156134cb7d430b9d614d5214219", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1e9913d24fbadbec3c72d4803ecf9775de0dc156134cb7d430b9d614d5214219", kill_on_drop: false }`
[INFO] [stdout] 1e9913d24fbadbec3c72d4803ecf9775de0dc156134cb7d430b9d614d5214219
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] eae447833f12ce5a96cd772078b1720dd4fdbdf1af867e8a85b5dd5453615ce5
[INFO] running `Command { std: "docker" "start" "-a" "eae447833f12ce5a96cd772078b1720dd4fdbdf1af867e8a85b5dd5453615ce5", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.43s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/cruxlines-ecfa1bd3fcb52e1c)
[INFO] [stdout] 
[INFO] [stdout] running 24 tests
[INFO] [stdout] test analysis::tests::groups_edges_without_extension_by_ecosystem ... ok
[INFO] [stdout] test find_references::tests::walk_tree_visits_nodes ... ok
[INFO] [stdout] test languages::tests::ignores_unknown_extensions ... ok
[INFO] [stdout] test languages::tests::recognizes_c_header_extension ... ok
[INFO] [stdout] test graph::tests::builds_file_graph_with_cross_file_edges ... ok
[INFO] [stdout] test languages::tests::recognizes_cpp_cc_extension ... ok
[INFO] [stdout] test languages::tests::recognizes_c_extension ... ok
[INFO] [stdout] test languages::tests::recognizes_cpp_extension ... ok
[INFO] [stdout] test languages::tests::recognizes_java_extension ... ok
[INFO] [stdout] test languages::tests::recognizes_javascript_extension ... ok
[INFO] [stdout] test languages::tests::recognizes_go_extension ... ok
[INFO] [stdout] test languages::tests::recognizes_jsx_extension ... ok
[INFO] [stdout] test languages::tests::recognizes_kotlin_extension ... ok
[INFO] [stdout] test languages::tests::recognizes_kotlin_script_extension ... ok
[INFO] [stdout] test languages::tests::recognizes_php_extension ... ok
[INFO] [stdout] test analysis::tests::analyze_paths_produces_rows ... ok
[INFO] [stdout] test languages::tests::recognizes_python_extension ... ok
[INFO] [stdout] test languages::tests::recognizes_typescript_extension ... ok
[INFO] [stdout] test languages::tests::recognizes_csharp_extension ... ok
[INFO] [stdout] test languages::tests::recognizes_cpp_header_extension ... ok
[INFO] [stdout] test analysis::tests::file_rank_influences_score ... ok
[INFO] [stdout] test languages::tests::recognizes_rust_extension ... ok
[INFO] [stdout] test languages::tests::recognizes_tsx_extension ... ok
[INFO] [stdout] test analysis::tests::scores_are_normalized_by_definition_count ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 24 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/cruxlines-dcbae2995694b558)
[INFO] [stderr]      Running tests/cli.rs (/opt/rustwide/target/debug/deps/cli-8bf38cdb285d8b13)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/cruxlines-snapshot-1777933090293234667/.git/
[INFO] [stdout] Initialized empty Git repository in /tmp/cruxlines-relpath-1777933090276559067/.git/
[INFO] [stdout] test cli_skips_gitignored_when_scanning_directory ... ok
[INFO] [stdout] test cli_skips_non_utf8_inputs ... ok
[INFO] [stdout] Initialized empty Git repository in /tmp/cruxlines-frecency-1777933090328204867/.git/
[INFO] [stderr] hint: Using 'master' as the name for the initial branch. This default branch name
[INFO] [stderr] hint: is subject to change. To configure the initial branch name to use in all
[INFO] [stderr] hint: of your new repositories, which will suppress this warning, call:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git config --global init.defaultBranch <name>
[INFO] [stderr] hint: 
[INFO] [stderr] hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
[INFO] [stderr] hint: 'development'. The just-created branch can be renamed via this command:
[INFO] [stderr] hint: 
[INFO] [stderr] hint: 	git branch -m <name>
[INFO] [stdout] Initialized empty Git repository in /tmp/cruxlines-lib-root-1777933090331500177/.git/
[INFO] [stdout] test cli_skips_unknown_extension_inputs ... ok
[INFO] [stdout] [master (root-commit) 8491978] initial
[INFO] [stdout]  5 files changed, 122 insertions(+)
[INFO] [stdout]  create mode 100644 defs_a.py
[INFO] [stdout]  create mode 100644 defs_b.py
[INFO] [stdout]  create mode 100644 main.py
[INFO] [stdout]  create mode 100644 use_alpha.py
[INFO] [stdout]  create mode 100644 use_beta.py
[INFO] [stdout] test cli_outputs_non_uniform_pagerank_scores ... ok
[INFO] [stdout] test cli_outputs_quickfix_format ... ok
[INFO] [stdout] test cli_outputs_reference_edges_for_python_files ... ok
[INFO] [stdout] [master c01996a] touch alpha
[INFO] [stdout]  1 file changed, 2 insertions(+)
[INFO] [stdout] test cli_outputs_scores_in_descending_order ... ok
[INFO] [stdout] test cli_omits_metadata_by_default ... ok
[INFO] [stdout] test cli_hides_references_without_flag ... ok
[INFO] [stdout] test cli_shows_metadata_with_flag ... ok
[INFO] [stdout] [master (root-commit) bb60900] init
[INFO] [stdout]  1 file changed, 4 insertions(+)
[INFO] [stdout]  create mode 100644 main.py
[INFO] [stdout] test cli_supports_ecosystem_short_flag ... ok
[INFO] [stdout] test cli_accepts_ecosystem_aliases ... ok
[INFO] [stdout] test cli_filters_by_ecosystem ... ok
[INFO] [stdout] test cli_includes_definition_line_content ... ok
[INFO] [stdout] [master (root-commit) bb60900] init
[INFO] [stdout]  1 file changed, 4 insertions(+)
[INFO] [stdout]  create mode 100644 main.py
[INFO] [stdout] [master b5fee54] touch alpha
[INFO] [stdout]  1 file changed, 1 insertion(+), 1 deletion(-)
[INFO] [stdout] [master (root-commit) 458a476] init
[INFO] [stdout]  2 files changed, 5 insertions(+)
[INFO] [stdout]  create mode 100644 defs.py
[INFO] [stdout]  create mode 100644 main.py
[INFO] [stdout] [master 77f76fb] touch alpha
[INFO] [stdout]  1 file changed, 1 insertion(+), 1 deletion(-)
[INFO] [stdout] [master 4d96d86] touch alpha
[INFO] [stdout]  1 file changed, 1 insertion(+), 1 deletion(-)
[INFO] [stdout] [master 7b83cdd] touch alpha
[INFO] [stdout]  1 file changed, 1 insertion(+), 1 deletion(-)
[INFO] [stdout] [master 9659efb] touch alpha
[INFO] [stdout]  1 file changed, 1 insertion(+), 1 deletion(-)
[INFO] [stdout] [master 6a788c9] touch alpha
[INFO] [stdout]  1 file changed, 1 insertion(+), 1 deletion(-)
[INFO] [stdout] [master 84df996] touch alpha
[INFO] [stdout]  1 file changed, 1 insertion(+), 1 deletion(-)
[INFO] [stdout] test cli_outputs_paths_relative_to_repo_root ... ok
[INFO] [stdout] [master 8cf6ad5] touch alpha
[INFO] [stdout]  1 file changed, 1 insertion(+), 1 deletion(-)
[INFO] [stdout] [master 721fd6a] touch alpha
[INFO] [stdout]  1 file changed, 1 insertion(+), 1 deletion(-)
[INFO] [stdout] test library_cruxlines_scans_repo_root ... ok
[INFO] [stdout] test cli_uses_repo_root_for_frecency ... ok
[INFO] [stdout] test cli_uses_definition_snapshot_for_line_text ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.68s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/find_references.rs (/opt/rustwide/target/debug/deps/find_references-e25a18c942dc35d3)
[INFO] [stdout] 
[INFO] [stdout] running 60 tests
[INFO] [stdout] test does_not_cross_language_references ... ok
[INFO] [stdout] test finds_c_struct_definitions ... ok
[INFO] [stdout] test finds_c_multiple_declarators ... ok
[INFO] [stdout] test finds_cpp_enum_class_definitions ... ok
[INFO] [stdout] test finds_c_typedef_definitions ... ok
[INFO] [stdout] test finds_c_enum_definitions ... ok
[INFO] [stdout] test finds_cpp_class_definitions ... ok
[INFO] [stdout] test finds_c_union_definitions ... ok
[INFO] [stdout] test finds_c_cross_file_references ... ok
[INFO] [stdout] test finds_cpp_template_class_definitions ... ok
[INFO] [stdout] test finds_cpp_template_function_definitions ... ok
[INFO] [stdout] test finds_cross_language_references_within_ecosystem ... ok
[INFO] [stdout] test finds_cpp_struct_definitions ... ok
[INFO] [stdout] test finds_cpp_nested_namespace_definitions ... ok
[INFO] [stdout] test finds_c_global_variable_definitions ... ok
[INFO] [stdout] test finds_csharp_generic_type_references ... ok
[INFO] [stdout] test finds_cpp_function_definitions ... ok
[INFO] [stdout] test finds_cpp_functions_in_namespace ... ok
[INFO] [stdout] test finds_csharp_interface_definitions ... ok
[INFO] [stdout] test finds_csharp_record_definitions ... ok
[INFO] [stdout] test finds_cpp_inheritance_references ... ok
[INFO] [stdout] test finds_csharp_cross_file_references ... ok
[INFO] [stdout] test finds_cpp_cross_file_references ... ok
[INFO] [stdout] test finds_csharp_delegate_definitions ... ok
[INFO] [stdout] test finds_csharp_types_in_namespace ... ok
[INFO] [stdout] test finds_c_function_definitions ... ok
[INFO] [stdout] test finds_csharp_struct_definitions ... ok
[INFO] [stdout] test finds_go_method_definitions ... ok
[INFO] [stdout] test finds_csharp_enum_definitions ... ok
[INFO] [stdout] test finds_c_and_cpp_cross_language_references ... ok
[INFO] [stdout] test finds_java_cross_file_references ... ok
[INFO] [stderr]    Doc-tests cruxlines
[INFO] [stdout] test finds_php_enum_definitions ... ok
[INFO] [stdout] test finds_javascript_cross_file_references ... ok
[INFO] [stdout] test finds_kotlin_cross_file_references ... ok
[INFO] [stdout] test finds_go_variable_definitions ... ok
[INFO] [stdout] test finds_php_function_definitions ... ok
[INFO] [stdout] test finds_go_multiple_var_in_block ... ok
[INFO] [stdout] test finds_java_kotlin_cross_language_references ... ok
[INFO] [stdout] test finds_go_cross_file_references ... ok
[INFO] [stdout] test finds_go_constant_definitions ... ok
[INFO] [stdout] test finds_go_multiple_type_in_block ... ok
[INFO] [stdout] test finds_python_cross_file_references ... ok
[INFO] [stdout] test finds_go_multiple_const_in_block ... ok
[INFO] [stdout] test finds_php_class_definitions ... ok
[INFO] [stdout] test finds_php_types_in_namespace ... ok
[INFO] [stdout] test finds_rust_cross_file_references ... ok
[INFO] [stdout] test finds_go_type_identifier_references ... ok
[INFO] [stdout] test finds_rust_type_identifier_references ... ok
[INFO] [stdout] test finds_php_const_definitions ... ok
[INFO] [stdout] test finds_php_trait_definitions ... ok
[INFO] [stdout] test ignores_nested_python_definitions ... ok
[INFO] [stdout] test finds_typescript_cross_file_references ... ok
[INFO] [stdout] test kotlin_references_are_not_duplicated ... ok
[INFO] [stdout] test finds_php_interface_definitions ... ok
[INFO] [stdout] test ignores_non_exported_javascript_definitions ... ok
[INFO] [stdout] test finds_tsx_cross_file_references ... ok
[INFO] [stdout] test finds_php_cross_file_references ... ok
[INFO] [stdout] test ignores_go_nested_function_definitions ... ok
[INFO] [stdout] test ignores_csharp_nested_class_definitions ... ok
[INFO] [stdout] test ties_are_sorted_by_definition_location ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 60 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "eae447833f12ce5a96cd772078b1720dd4fdbdf1af867e8a85b5dd5453615ce5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eae447833f12ce5a96cd772078b1720dd4fdbdf1af867e8a85b5dd5453615ce5", kill_on_drop: false }`
[INFO] [stdout] eae447833f12ce5a96cd772078b1720dd4fdbdf1af867e8a85b5dd5453615ce5
